home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3vcyl2.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_VCYL2_H = 1;
- include("real/raytr/r3frobj.js")
-
-
- var R3CLID_VCYLINDER2 = 443;
-
-
-
-
-
-
-
- R3VCYL2A_Center = 443500;
- function SetR3VCYL2A_Center(value) {
- R3Set(this.r3obj, R3VCYL2A_Center, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VCYL2A_Center() {
- return R3Get(this.r3obj, R3VCYL2A_Center, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Vcylinder2 () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_VCYLINDER2, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCenter=GetR3VCYL2A_Center;
- this.SetCenter=SetR3VCYL2A_Center;
- }
-
- r3Vcylinder2.prototype=new r3Frobject;
- // r3vcyl2.h_H